home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3720 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  580 b 

  1. Path: news.chattanooga.net!usenet
  2. From: "Eric W. Bradway" <ebradway@microsports.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: End of File
  5. Date: Tue, 30 Jan 1996 12:55:07 -0500
  6. Organization: Micro Sports, Inc.
  7. Message-ID: <310E5B7B.4610@microsports.com>
  8. References: <4edr5q$8fi@baloo.pipex-sa.net>
  9. NNTP-Posting-Host: 205.244.28.38
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Unregistered wrote:
  16. > How does one set the file pointer to end of file on a binary file in C.
  17.  
  18. fseek(file, 0L, SEEK_END);
  19.